[XEN][POWERPC] implement gnttab_mark_dirty()
authorHollis Blanchard <hollisb@us.ibm.com>
Tue, 29 Aug 2006 19:36:16 +0000 (14:36 -0500)
committerHollis Blanchard <hollisb@us.ibm.com>
Tue, 29 Aug 2006 19:36:16 +0000 (14:36 -0500)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/include/asm-powerpc/shadow.h

index 88f7b0c84aec471f85f408927bae5b99fb098732..d5eb849302952119c6ffb52b79d9816a787ffd3b 100644 (file)
@@ -13,7 +13,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
- * Copyright (C) IBM Corp. 2005
+ * Copyright (C) IBM Corp. 2005, 2006
  *
  * Authors: Hollis Blanchard <hollisb@us.ibm.com>
  */
@@ -55,4 +55,5 @@ static inline void mark_dirty(struct domain *d, unsigned int mfn)
 {
     return;
 }
+#define gnttab_mark_dirty(d, f) mark_dirty((d), (f))
 #endif